home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / memtest86+ / examples / grub-menu.lst next >
Encoding:
File List  |  2009-03-27  |  371 b   |  13 lines

  1. # sample /boot/grub/menu.lst entry for memtest86
  2. #
  3. # This example assumes the contents of /boot is on the root partition.
  4. # If your /boot is on its own partition, remove /boot from the 'kernel' line.
  5.  
  6. title  memtest86+
  7. root   (hd0,0)
  8. kernel /boot/memtest86+.bin
  9.  
  10. title  memtest86+ (serial console 115200)
  11. root   (hd0,0)
  12. kernel /boot/memtest86+.bin console=ttyS0,115200n8
  13.